home *** CD-ROM | disk | FTP | other *** search
/ Digital Photography Made Easy 27 / Digital Photography Made Easy Issue 27.iso / pc / Software / Featured / psp800USev.exe / Data1.cab / scripts.swf / scripts / DefineButton2_128 / BUTTONCONDACTION on(release, keyPress Enter).as
Encoding:
Text File  |  2003-04-22  |  138 b   |  5 lines

  1. on(release, keyPress "<Enter>"){
  2.    _global.menu.selectItem("batch_process");
  3.    loadMovie("batch_process.swf","_root.mainwindow");
  4. }
  5.